Docs: Add backtick escaping around a variable name in the DocBlock for update_post_meta().

Also adds a note to the description explaining that it can be used in place of `add_post_meta()`.

See #42505.

Built from https://develop.svn.wordpress.org/trunk@44334


git-svn-id: http://core.svn.wordpress.org/trunk@44164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2018-12-19 16:39:48 +00:00
parent 9c934c7272
commit f05077e0b1
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44333';
$wp_version = '5.1-alpha-44334';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.