Skip to content

Commit ecff147

Browse files
committed
Fix erroneous changes from refactor
It seems a few lines were inadvertantly left while cleaning up a refactor. This commit removes them.
1 parent 13bafe9 commit ecff147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Classes/ViewRelated/System/WPTabBarController+ShowTab.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import WordPressKit
21
extension WPTabBarController {
32

43
func showBlogDetails(for blog: Blog) {
@@ -13,6 +12,7 @@ extension WPTabBarController {
1312
showStoryEditor(blog: forBlog)
1413
}
1514

15+
/// Show the page tab
1616
/// - Parameter blog: Blog to a add a page to. Uses the current or last blog if not provided
1717
func showPageEditor(blog inBlog: Blog? = nil, title: String? = nil, content: String? = nil, source: String = "create_button") {
1818

0 commit comments

Comments
 (0)