Skip to content

Commit fcb9916

Browse files
committed
update: ThemeServiceRemote header file
1 parent cd033db commit fcb9916

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/WordPressKit/Services/ThemeServiceRemote.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,13 @@ typedef void(^ThemeServiceRemoteFailureBlock)(NSError *error);
8181
* this method and not getThemes.
8282
*
8383
* @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.
8584
* @param page Results page to return.
8685
* @param success The success handler. Can be nil.
8786
* @param failure The failure handler. Can be nil.
8887
*
8988
* @returns A progress object that can be used to track progress and/or cancel the task
9089
*/
9190
- (NSProgress *)getThemesForBlogId:(NSNumber *)blogId
92-
search:(NSString *)search
9391
page:(NSInteger)page
9492
success:(ThemeServiceRemoteThemesRequestSuccessBlock)success
9593
failure:(ThemeServiceRemoteFailureBlock)failure;

0 commit comments

Comments
 (0)