Ticket #6622: 6622.patch
File 6622.patch, 2.3 KB (added by , 23 months ago) |
---|
-
wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-committers.php
41 41 * 42 42 * @access public 43 43 * 44 * @global string $role45 * @global string $usersearch46 44 */ 47 45 public function prepare_items() { 48 46 $plugin_slug = get_post()->post_name; -
wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php
333 333 * 334 334 * @global array $locked_post_status This seems to be deprecated. 335 335 * @global array $avail_post_stati 336 * @global \wpdb $wpdb 336 337 * @return array 337 338 */ 338 339 protected function get_views() { -
wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-support-reps.php
41 41 * 42 42 * @access public 43 43 * 44 * @global string $role45 * @global string $usersearch46 44 */ 47 45 public function prepare_items() { 48 46 $plugin_slug = get_post()->post_name; -
wordpress.tv/public_html/wp-content/themes/wptv2/pagination.php
2 2 /** 3 3 * Pagination template part, use with get_template_part() 4 4 * 5 * @global WP_Query $wp_query6 5 */ 7 6 8 7 the_posts_pagination( array(