File tree 1 file changed +0
-2
lines changed
Sources/WordPressKit/Services 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,13 @@ typedef void(^ThemeServiceRemoteFailureBlock)(NSError *error);
81
81
* this method and not getThemes.
82
82
*
83
83
* @param blogId The ID of the blog to get the themes for. Cannot be nil.
84
- * @param search Search term for filtering themes. Cannot be nil.
85
84
* @param page Results page to return.
86
85
* @param success The success handler. Can be nil.
87
86
* @param failure The failure handler. Can be nil.
88
87
*
89
88
* @returns A progress object that can be used to track progress and/or cancel the task
90
89
*/
91
90
- (NSProgress *)getThemesForBlogId : (NSNumber *)blogId
92
- search : (NSString *)search
93
91
page : (NSInteger )page
94
92
success : (ThemeServiceRemoteThemesRequestSuccessBlock)success
95
93
failure : (ThemeServiceRemoteFailureBlock)failure ;
You can’t perform that action at this time.
0 commit comments