mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Second pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.
Follow-up to [45674-45677]. Props marcio-zebedeu, zodiac1978, netweb. See #48987. git-svn-id: https://develop.svn.wordpress.org/trunk@49912 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -901,12 +901,12 @@ function is_embed() {
|
||||
function is_main_query() {
|
||||
if ( 'pre_get_posts' === current_filter() ) {
|
||||
$message = sprintf(
|
||||
/* translators: 1: pre_get_posts, 2: WP_Query->is_main_query(), 3: is_main_query(), 4: Link to codex is_main_query() page. */
|
||||
/* translators: 1: pre_get_posts, 2: WP_Query->is_main_query(), 3: is_main_query(), 4: Documentation URL. */
|
||||
__( 'In %1$s, use the %2$s method, not the %3$s function. See %4$s.' ),
|
||||
'<code>pre_get_posts</code>',
|
||||
'<code>WP_Query->is_main_query()</code>',
|
||||
'<code>is_main_query()</code>',
|
||||
__( 'https://codex.wordpress.org/Function_Reference/is_main_query' )
|
||||
__( 'https://developer.wordpress.org/reference/functions/is_main_query/' )
|
||||
);
|
||||
_doing_it_wrong( __FUNCTION__, $message, '3.7.0' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user